home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / SCLIB.ARJ / SCL1HUGE.H < prev    next >
Text File  |  1992-01-01  |  618b  |  11 lines

  1. /*******************************************************************************
  2. *        SCL1HUGE.H - funcions prototypes using HUGE data type                 *
  3. *                          SCL1 library version 2.1                            *
  4. *          Copyright (C) 1990 by José Rodríguez Alvira & José R. Lebrón        *
  5. *******************************************************************************/
  6.  
  7.  
  8. int cdecl HFile2Buf(char *Filename,char huge *Buffer,unsigned long *MaxSize);
  9. int cdecl HBuf2Disk(char* Filename,char huge *Buffer,unsigned long Bytes);
  10. char far * cdecl Huge2Far(char huge *hugeptr);
  11.